home *** CD-ROM | disk | FTP | other *** search
/ Champak 43 / Vol 43.iso / games / superdog.swf / scripts / frame_4 / DoAction.as
Encoding:
Text File  |  2007-06-25  |  191 b   |  13 lines

  1. stop();
  2. skip_btn.onRelease = function()
  3. {
  4.    ms_music.stop();
  5.    btn.start();
  6.    gotoAndStop("mainGame");
  7.    play();
  8. };
  9. skip_btn.onRollOver = function()
  10. {
  11.    s_select.start();
  12. };
  13.